Function |wrapping_mul

std/ops/num::|wrapping_mul


Usage

|wrapping_mul<N>(a, b)

Generics

โ—ป N: WrappingMul

Parameters

โ†ณ a: N
โ†ณ b: N

Return

โ†ด N


Multiply a and b, wrapping on bounds.

This function is infaillible and wrap if a ร— b reach boundary of the data type.